home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobycastillotenebroso.swf / scripts / DefineButton2_1868 / BUTTONCONDACTION on(press).as next >
Text File  |  2007-10-01  |  188b  |  9 lines

  1. on(press){
  2.    if(eval("_root.controler:drag_this") == false)
  3.    {
  4.       this.swapDepths(_parent.swap);
  5.       set("_root.controler:drag_this",true);
  6.       startDrag(this,0);
  7.    }
  8. }
  9.